-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
定期イベントの内容が更新されたら参加者に通知する #5768
定期イベントの内容が更新されたら参加者に通知する #5768
Conversation
9686ebf
to
6d8e227
Compare
@shucream-p |
@hikarook94 遅くて11/13までにはお返事できるかと思いますがいかがでしょうか? |
@shucream-p |
@hikarook94 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hikarook94
お疲れ様です!遅くなってしまいすみません🙇♂️
こちら動作とコード確認しました。問題ないと思いますのでApproveさせていただきます!
@shucream-p |
@komagata |
app/models/notification.rb
Outdated
@@ -36,7 +36,8 @@ class Notification < ApplicationRecord | |||
product_update: 17, | |||
graduated: 18, | |||
hibernated: 19, | |||
signed_up: 20 | |||
signed_up: 20, | |||
regular_event: 21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここは通知イベントの名前(動詞)で統一されているのでregular_eventだと何が起こったのかわからないので他の名前を考えてみてください〜
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
動詞形に修正しました!ご確認よろしくお願いします!
6d8e227
to
1348fd1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認させて頂きました。OKです〜🙆♂️
Issue
概要
定期イベントの詳細が更新された時、参加者にアプリ内通知とメール通知を送信するように変更しました。
見た目の変更はありません。
変更確認方法
feature/notify-when-regular-events-change
をローカルに取り込むbin/rails s
でローカル環境を立ち上げるkimura
でログインするhttp://localhost:3000/regular_events/459650222
にアクセスして、参加申込をするkomagata
でログインし直すhttp://localhost:3000/regular_events/459650222
にアクセスして、内容を変更する(開催曜日を変更する等で大丈夫です)kimura
でログインするhttp://localhost:3000/notifications
にアクセスして定期イベントが更新された通知がきていればOKhttp://localhost:3000/letter_opener
を開き、kimura
宛に定期イベント更新のメールが来ていればOK